home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / COMMENT < prev    next >
Text File  |  1995-02-18  |  404b  |  12 lines

  1. COMMENT:
  2.  
  3.     The RLaB comment symbol is `//' (same as C++). Any text the
  4.     comes after `//' on a line is ignored.
  5.  
  6.     Additionally `#' can be used as a commet (same as shell).
  7.     Again, any text after the `#' on a line is ignored. This is
  8.     not the "official" comment symbol, but it works in order that
  9.     `#!/usr/local/bin/rlab' may work on UNIX systems.
  10.  
  11.     Last, but not least, `%' will work as a comment symbol.
  12.